home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / planetkit / amigakit / mui36dev.rdm < prev    next >
Text File  |  1996-08-21  |  4KB  |  120 lines

  1. Short:    MagicUserInterface 3.6, developer files
  2. Author:   stuntz@sasg.com
  3. Uploader: stuntz@sasg.com
  4. Version:  3.6
  5. Type:     dev/mui
  6.  
  7. ------------------------------------------------------------------------
  8. Version 3.6 (20-Aug-96)                       (muimaster.library V17.63)
  9. ------------------------------------------------------------------------
  10.  
  11. * MINOR SASG UPDATE *
  12.  
  13. NOTE: Still not registered yet?
  14.       Go to http://www.sasg.com/ and get your MUI within a few hours!
  15.  
  16. Changes for users:
  17.  
  18. - Fixed another bug with string gadget activation/deactivation which
  19.   might have caused possible crashes of web browsers.
  20.  
  21. - Included a listview that shows versions of MUI custom classes in the
  22.   MUI about window.
  23.  
  24. Changes for programmers:
  25.  
  26. - Replaced the outdated custom class example Userdata.mcc by a more
  27.   uptodate custom class. This one also shows how to handle preferences
  28.   for custom classes.
  29.  
  30. - Fixed a bug that resulted in waiting for wrong signals when an input
  31.   handler with timer was used.
  32.  
  33.  
  34.  
  35. ------------------------------------------------------------------------
  36. Version 3.5 (26-Aug-96)                      (muimaster.library V16.160)
  37. ------------------------------------------------------------------------
  38.  
  39. * MINOR SASG UPDATE *
  40.  
  41. NOTES: More support and information is available from the official
  42.        MUI web site. Please visit us at http://www.sasg.com/
  43.  
  44.        This version was not released to the public, it was only
  45.        distributed with the web browser IBrowse from Omnipresence.
  46.  
  47. Changes for users:
  48.  
  49. - Rewrote installer script. It will correctly update older MUI
  50.   distributions now instead of just renaming away the previous
  51.   directory. This allows additional classes and images to remain
  52.   installed after a MUI update.
  53.  
  54. - Fixed background rendering bug on cybergfx hi/truecolor screens.
  55.  
  56. - Fixed possible crash when disposing active string gadgets.
  57.  
  58. - Fixed positioning of window border scrollers after uniconfiy.
  59.  
  60. - Fixed version numbers of german catalog.
  61.  
  62. - Included builtin menu rendering for popup menus. Popups will
  63.   always appear above the corresponding gadget now instead of
  64.   relying on external patches for correct positioning.
  65.  
  66. - Fixed refresh of gadgets in virtual groups, i.e. browser
  67.   displays.
  68.  
  69. - Fixed rendering problems when TABbing away from a selected gadget.
  70.  
  71. - Controlling radio buttons is possible by clicking on the text
  72.   labels as well as on the actual buttons.
  73.  
  74. - Fixed major bug that lead to confused gadget appearance when changing
  75.   prefs on iconified applications.
  76.  
  77. - Removed a work-around for broken cybergfx picture.datatype. Note that
  78.   you will need at least picture.datatype 43.682 if you intend to
  79.   use background pattern on hi/truecolor cybergfx screens.
  80.  
  81. - Enhanced display speed in virtual groups, MUI based web browsers
  82.   perform better.
  83.  
  84. Changes for programmers:
  85.  
  86. - Implemented new input event handling system for custom classes.
  87.   This new system replaces the old and inflexible calls to
  88.   MUI_Request/RejectIDCMP(). See autodocs of MUIM_Window_AddEventHandler
  89.   for details.
  90.  
  91. - Improved remapping speed of bitmap class for images with more than
  92.   4 planes. However, better use datatypes (V43) to remap big images
  93.   instead of MUIs bitmap class.
  94.  
  95. - MUIM_List_Clear no longer hides a lists title.
  96.  
  97. - Setting MUIA_Draggable and MUIA_xxxWeight for group objects is no
  98.   longer forwarded to children.
  99.  
  100. - Fixed enforcer hit when dragging listview items with custom imagery.
  101.  
  102. - Fixed mungwall hit when string gadget were set to contents bigger
  103.   than their maximum length.
  104.  
  105. - Implemented MUIM_KillNotifyObj. See autodocs for details.
  106.  
  107. - Custom classes are also looked for and found in PRODGIR:mui/ now.
  108.  
  109. - MUI automatically falls back to traditional scrollers when window
  110.   border scrollers were chosen but not available for some reasons,
  111.   e.g. because the proper Window class attributes were not specified
  112.   or the muiwinscroller.class is missing.
  113.  
  114. - Support for NM_COMMANDSTRING menus in MUI_MakeObject(MUIO_MenuItem)
  115.   call. Also implemented MUIA_Menuitem_CommandString attributed for
  116.   Menuitem class. See autodocs for details.
  117.  
  118. - Implemented MUIA_Scrollgroup_HorizBar and MUIA_Scrollgroup_VertBar
  119.   attributes to access the scrollbars of a scrollgroup.
  120.